home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t12.c < prev    next >
C/C++ Source or Header  |  1993-07-24  |  76b  |  7 lines

  1. main()
  2. {
  3.   char buf[300];
  4.   getcwd(buf,300);
  5.   printf("%s\n", buf);
  6. }
  7.